Release preparation for version 2.22.3#20165
Merged
cklin merged 2 commits intocodeql-cli-2.22.3from Aug 4, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares for release version 2.22.3 by updating version numbers across all CodeQL language packs and shared libraries. The release removes -dev suffixes from versions and consolidates change notes from development into release documentation.
- Updates all package versions from development to release versions
- Consolidates change notes into release changelogs
- Removes temporary change note files after consolidation
Reviewed Changes
Copilot reviewed 172 out of 172 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/qlpack.yml | Updates Swift queries package from 1.2.2-dev to 1.2.2 |
| swift/ql/lib/qlpack.yml | Updates Swift library package from 5.0.4-dev to 5.0.4 |
| shared/*/qlpack.yml | Updates all shared library packages removing -dev suffix |
| rust/ql/*/qlpack.yml | Updates Rust packages from 0.1.13-dev to 0.1.13 |
| python/ql/*/qlpack.yml | Updates Python packages from development to release versions |
| java/ql/lib/qlpack.yml | Updates Java library from 7.4.1-dev to 7.5.0 (version bump) |
| */codeql-pack.release.yml | Updates lastReleaseVersion fields to match new releases |
| /change-notes/released/.md | Creates consolidated release notes for all packages |
| */CHANGELOG.md | Updates changelogs with new release entries |
|
|
||
| ### New Features | ||
|
|
||
| * Kotlin versions up to 2.2.2\ *x* are now supported. |
There was a problem hiding this comment.
The backslash escape sequence appears incorrect. It should likely be '2.2.2x' or just '2.2.2' depending on the intended meaning.
Suggested change
| * Kotlin versions up to 2.2.2\ *x* are now supported. | |
| * Kotlin versions up to 2.2.2*x* are now supported. |
|
|
||
| ### New Features | ||
|
|
||
| * Kotlin versions up to 2.2.2\ *x* are now supported. |
There was a problem hiding this comment.
The backslash escape sequence appears incorrect. It should likely be '2.2.2x' or just '2.2.2' depending on the intended meaning.
Suggested change
| * Kotlin versions up to 2.2.2\ *x* are now supported. | |
| * Kotlin versions up to 2.2.2.x are now supported. |
cklin
approved these changes
Aug 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.